Click or drag to resize

Request Constructor (Dialog)

Initializes a new instance of the Request class from the specified dialog.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Request(
	Dialog dialog
)

Parameters

dialog
Type: Independentsoft.SipDialog
The dialog.
See Also